← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:57:08 2022
Reported on Wed Dec 14 16:00:37 2022

Filename(eval 327)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 3 statements in 10µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22219µs835µsJSON::Schema::Modern::::add_format_validationJSON::Schema::Modern::add_format_validation
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern;
2
# spent 835µs (19+816) within JSON::Schema::Modern::add_format_validation which was called 2 times, avg 418µs/call: # once (10µs+780µs) by JSON::Schema::Modern::Document::OpenAPI::_add_vocab_and_default_schemas at line 200 of JSON/Schema/Modern/Document/OpenAPI.pm # once (9µs+36µs) by JSON::Schema::Modern::add_format_validation at line 6
sub add_format_validation {
312µs for my $method (@$before) {
415µs1735µs $method->(@_);
5 }
613µs145µs $$wrapped->(@_);}
# spent 45µs making 1 call to JSON::Schema::Modern::add_format_validation
7;